home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1998 November: Tool Chest / Dev.CD Nov 98 TC.toast / Sample Code / Text / SimpleText Sample / PPCSimpleText.make < prev    next >
Encoding:
Text File  |  1996-10-17  |  2.6 KB  |  92 lines  |  [TEXT/MPS ]

  1. #   File:       PPCSimpleText.make
  2. #   Target:     PPCSimpleText
  3. #   Sources:    AboutBox.c
  4. #               Clipboard.c
  5. #               GXFile.c
  6. #               MovieFile.c
  7. #               PICTFile.c
  8. #               SimpleText.c
  9. #               TextDrag.c
  10. #               TextFile.c
  11. #               ThreeDMetafile.c
  12. #               SimpleText.r
  13. #   Created:    Wednesday, September 25, 1996 04:37:43 PM
  14.  
  15.  
  16. MAKEFILE     =
  17. •MondoBuild• = {MAKEFILE}  # Make blank to avoid rebuilds when makefile is modified
  18. Includes     = ∂
  19.         -i "{MPW}Interfaces&Libraries:Interfaces:CIncludes:" ∂
  20.         -i "{MPW}Interfaces&Libraries:Interfaces:RIncludes:"
  21. Sym•PPC      = 
  22. ObjDir•PPC   =
  23.             
  24. PPCCOptions  = {Includes} {Sym•PPC}
  25.  
  26. Objects•PPC  = ∂
  27.         "{ObjDir•PPC}AboutBox.c.x" ∂
  28.         "{ObjDir•PPC}Clipboard.c.x" ∂
  29.         "{ObjDir•PPC}GXFile.c.x" ∂
  30.         "{ObjDir•PPC}MovieFile.c.x" ∂
  31.         "{ObjDir•PPC}PICTFile.c.x" ∂
  32.         "{ObjDir•PPC}SimpleText.c.x" ∂
  33.         "{ObjDir•PPC}TextDrag.c.x" ∂
  34.         "{ObjDir•PPC}TextFile.c.x" ∂
  35.         "{ObjDir•PPC}ThreeDMetafile.c.x" ∂
  36.         AGFileLib.xcoff ∂
  37.         AppleGuideGlue.xcoff
  38.  
  39. PPCSimpleText ƒƒ {•MondoBuild•} {Objects•PPC}
  40.     PPCLink ∂
  41.         -o {Targ} {Sym•PPC} ∂
  42.         {Objects•PPC} ∂
  43.         -t 'APPL' ∂
  44.         -c 'ttxt' ∂
  45.         -weaklib "QuickTimeLib" ∂
  46.         -weaklib "ThreadsLib" ∂
  47.         -weaklib "SpeechLib" ∂
  48.         -weaklib "DragLib" ∂
  49.         -weaklib "QuickDrawGXLib" ∂
  50.         "{SharedLibraries}QuickTimeLib" ∂
  51.         "{SharedLibraries}ThreadsLib" ∂
  52.         "{SharedLibraries}SpeechLib" ∂
  53.         "{SharedLibraries}DragLib" ∂
  54.         "{SharedLibraries}QuickDrawGXLib" ∂
  55.         "{SharedLibraries}InterfaceLib" ∂
  56.         "{SharedLibraries}StdCLib" ∂
  57.         "{SharedLibraries}MathLib" ∂
  58.         "{PPCLibraries}StdCRuntime.o" ∂
  59.         "{PPCLibraries}PPCCRuntime.o" ∂
  60.         "{PPCLibraries}PPCToolLibs.o"
  61.                 
  62. PPCSimpleText ƒƒ {•MondoBuild•} SimpleText.r
  63.     Rez SimpleText.r -o {Targ} {Includes} -append
  64.     
  65.  
  66. "{ObjDir•PPC}AboutBox.c.x" ƒ {•MondoBuild•} AboutBox.c
  67.     {PPCC} AboutBox.c -o {Targ} {PPCCOptions}
  68.  
  69. "{ObjDir•PPC}Clipboard.c.x" ƒ {•MondoBuild•} Clipboard.c
  70.     {PPCC} Clipboard.c -o {Targ} {PPCCOptions}
  71.  
  72. "{ObjDir•PPC}GXFile.c.x" ƒ {•MondoBuild•} GXFile.c
  73.     {PPCC} GXFile.c -o {Targ} {PPCCOptions}
  74.  
  75. "{ObjDir•PPC}MovieFile.c.x" ƒ {•MondoBuild•} MovieFile.c
  76.     {PPCC} MovieFile.c -o {Targ} {PPCCOptions}
  77.  
  78. "{ObjDir•PPC}PICTFile.c.x" ƒ {•MondoBuild•} PICTFile.c
  79.     {PPCC} PICTFile.c -o {Targ} {PPCCOptions}
  80.  
  81. "{ObjDir•PPC}SimpleText.c.x" ƒ {•MondoBuild•} SimpleText.c
  82.     {PPCC} SimpleText.c -o {Targ} {PPCCOptions}
  83.  
  84. "{ObjDir•PPC}TextDrag.c.x" ƒ {•MondoBuild•} TextDrag.c
  85.     {PPCC} TextDrag.c -o {Targ} {PPCCOptions}
  86.  
  87. "{ObjDir•PPC}TextFile.c.x" ƒ {•MondoBuild•} TextFile.c
  88.     {PPCC} TextFile.c -o {Targ} {PPCCOptions}
  89.  
  90. "{ObjDir•PPC}ThreeDMetafile.c.x" ƒ {•MondoBuild•} ThreeDMetafile.c
  91.     {PPCC} ThreeDMetafile.c -o {Targ} {PPCCOptions}
  92.